home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / files / chown < prev    next >
Encoding:
Text File  |  1992-12-17  |  524 b   |  11 lines

  1.  
  2.  
  3.           chown owner|{owner group} filelist
  4.                Set owner of each file in the list filelist to owner,
  5.                which can be a user name or numeric user id.  If the
  6.                first parameter is a list, then the owner is set to the
  7.                first element of the list and the group is set to the
  8.                second element.  Group can be a group name or numeric
  9.                group id.  If group is {}, then the file group will be
  10.                set to the login group of the specified user.
  11.